* {
    transition: all 0.3s ease 0s;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-family: arial, "Microsoft YaHei";
    padding: 0px;
    margin: 0px;
}

::after, ::before {
    box-sizing: border-box;
}

a {
    color: rgb(51, 51, 51);
    text-decoration: none;
    outline: none;
}
input, select, textarea, button {
    outline: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
ul, li, dl, dd, dt {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
h1, h2, h3, h4, p {
    font-weight: normal;
    margin: 0px;
}

#your-profile h2,#your-profile h3{
    margin: 1.3rem 0 1rem 0;
    font-size: 22px;
}
/*#your-profile h3{*/
/*    margin-bottom: 1rem;*/
/*}*/
#your-profile .form-table{
       border: 1px solid #e0e0e0;
    width: 100%;
    border-radius: .3rem;
    padding: 25px 10px;
    color: #666;
}
#your-profile .form-table tbody tr td{
   
}
#your-profile .form-table tbody tr{
    text-align: left;
    padding: .35rem 0;
    display: inherit;
}

#your-profile .form-table:first-of-type tbody{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#your-profile input, select, textarea, button{
    height: 1.73rem;
    border-radius: .25rem;
    border: 1px solid #e0e0e0;
}
#your-profile input {
    width: 325px;
    padding: 10px;
    margin: 17px 0 18px;
    height: 40px;
}
#your-profile .form-table:nth-of-type(2) tbody tr:first-of-type{
    width: 100%;
}

#your-profile label {
display: block;
    text-align: right;
    font-size: 16px;
    color: #333;
    width: 100px;
    margin-right: 30px;
    margin-top: -14px;
}
.hide-if-js{
    margin-top: .15rem;
}
#your-profile .submit{
    margin-top: 1rem;
}
#your-profile .submit #submit{
    background: lightseagreen;
    padding: .5rem 1rem;
    height: auto;
    cursor: pointer;
    color: #fff;
}
#your-profile .submit #submit:hover{
    background: seagreen;
}
#pw-weak-text-label{
    position: relative;
    top: -7px;
}
#your-profile .form-table:nth-of-type(1) tbody tr td label{
    display: inline-flex;
    align-items: center;
}